PlayerQuality

data class PlayerQuality

A selection of video/audio tracks from the loaded media.

Properties

bitrate
Link copied to clipboard
val bitrate: Int
Media bitrate in bits per second (bps).
codecs
Link copied to clipboard
val codecs: String
A string representing the media codec information (eg.
framerate
Link copied to clipboard
val framerate: Float
Native video framerate in frames per second or zero if unknown or not applicable.
height
Link copied to clipboard
val height: Int
Native video height (in pixels) or zero if unknown or not applicable.
name
Link copied to clipboard
val name: String
The name of the quality.
width
Link copied to clipboard
val width: Int
Native video width (in pixels) or zero if unknown or not applicable.